home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3modfnt.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_MODFNT_H = 1;
- include("oops/r3gadget.js")
-
-
- var R3CLID_MODALFONTSELECTOR = 1100;
-
-
-
-
- R3MFGA_FontSpec = 1100500;
- function SetR3MFGA_FontSpec(value) {
- R3Set(this.r3obj, R3MFGA_FontSpec, value, R3TID_STRING, 0);
- }
-
- function GetR3MFGA_FontSpec() {
- return R3Get(this.r3obj, R3MFGA_FontSpec, R3TID_STRING, 0);
- }
-
- R3MFGA_OnlyOutlineFonts = 1100501;
- function SetR3MFGA_OnlyOutlineFonts(value) {
- R3Set(this.r3obj, R3MFGA_OnlyOutlineFonts, value, R3TID_BOOLEAN, 0);
- }
-
- function GetR3MFGA_OnlyOutlineFonts() {
- return R3Get(this.r3obj, R3MFGA_OnlyOutlineFonts, R3TID_BOOLEAN, 0);
- }
-
-
-
- function r3Modalfontselector () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_MODALFONTSELECTOR, arguments);
- }
- // Attributes
- this.GetFontSpec=GetR3MFGA_FontSpec;
- this.SetFontSpec=SetR3MFGA_FontSpec;
- this.GetOnlyOutlineFonts=GetR3MFGA_OnlyOutlineFonts;
- this.SetOnlyOutlineFonts=SetR3MFGA_OnlyOutlineFonts;
- }
-
- r3Modalfontselector.prototype=new r3Gadget;
- // r3modfnt.h_H